Skip to content

Tutorials#1174

Open
coder-odoo wants to merge 4 commits intoodoo:19.0from
odoo-dev:19.0-Tutorials-coder
Open

Tutorials#1174
coder-odoo wants to merge 4 commits intoodoo:19.0from
odoo-dev:19.0-Tutorials-coder

Conversation

@coder-odoo
Copy link

No description provided.

@robodoo
Copy link

robodoo commented Feb 16, 2026

Pull request status dashboard

@AlessandroLupo AlessandroLupo self-requested a review February 16, 2026 13:56
Copy link

@AlessandroLupo AlessandroLupo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! :D I added a couple of comments. Please make sure that your commit messages follow the guidelines. 👍

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import estate_property No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to add an empty line at the end of each file ;)

garden_orientation = fields.Selection(
string='Type',
selection=[('north', 'North'), ('south', 'South'), ('east', 'East'), ('west', 'West')],
help="Type is used to choose the orientation")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose that you followed this example. Just to be clear: 'Type' in string='Type' is not a special keyword. You can use a more specific string, for example "Garden Orientation". 👍

Copy link

@AlessandroLupo AlessandroLupo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes, it looks fine now! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants